home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / scripts / Imakefile < prev    next >
Makefile  |  1995-06-21  |  200b  |  12 lines

  1. SCRIPTS = croot xclnt ademo xroot
  2. MANPGS = croot.1 xclnt.1 ademo.1 xroot.1
  3.  
  4.  
  5. all::
  6.  
  7. install:: $(SCRIPTS) $(MANPGS)
  8.     cp $(SCRIPTS) $(DESTDIR)/bin/X11
  9.     cp $(MANPGS) $(DESTDIR)/man/man.1
  10.  
  11. DependTarget()
  12.